C1.Web.Mvc Namespace / MultiSelectListBox<T> Class / Delay Property

In This Topic
Delay Property (MultiSelectListBox<T>)
In This Topic
Gets or sets the delay, in milliseconds, between when a keystroke occurs and when the search is performed to update the filter.
Syntax
'Declaration
 
<DefaultValueAttribute(500)>
Public Property Delay As Integer
 
See Also